home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / NOH_TALE.DIR / 00074_Script_74 < prev    next >
Text File  |  1994-06-29  |  171b  |  8 lines

  1. --This handler sends the playback head to the frame that 
  2. --has marker "10." Note that this is different than 
  3. --frame number 10.
  4.  
  5. on mouseUp
  6.   play frame "10"
  7. end
  8.